https://portaldev.eonpayments.com/api/v01/countries/[country-code]/taxes/[tax-id]                
            Represents information about tax rates for merchants from specified country.
| Method: GET | Implicit: No | Returns: TaxRate * | 
| Consumes: xurl | Produces: json, xml | |
| 
                                     
                                        Returns list of rates or specified tax rate. 
                                 | 
                            ||
| # | Name | Type | Required | Default | Description | 
|---|---|---|---|---|---|
| 01 | id | Long | No | 
                                                                                                                        Tax rate ID used to load data. | 
                                                    
                                                                        | Method: POST | Implicit: Yes | Returns: TaxRate * | 
| Consumes: xurl | Produces: json, xml | |
| 
                                     
                                        Creates new or updates an existing tax rate. 
                                 | 
                            ||
| # | Name | Type | Required | Default | Description | 
|---|---|---|---|---|---|
| 01 | isActive | Boolean | No | TRUE | 
                                                                                                                        Status of the tax rate. | 
                                                    
| 02 | effectiveDate | Date | Yes | 
                                                                                                                        Date when the tax rate becomes effective. | 
                                                    |
| 03 | value | Integer | Yes | 
                                                                                                                        Value of the tax rate. | 
                                                    |
| 04 | description | String | No | 
                                                                                                                        Any additional details associated with the tax rate. |